home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-04d.zip / 04d / CHIP / Porady / Niewidoczny w sieci / TOR 0.1.2.7 / vidalia-bundle-0.1.2.7-alpha-0.0.10.exe / Torbutton / torbutton-1.0.4-fx+tb.xpi / chrome / torbutton.jar / skin / torbutton.css < prev   
Cascading Style Sheet File  |  2006-06-02  |  3KB  |  76 lines

  1. #torbutton-button {
  2.   list-style-image: url("chrome://torbutton/skin/tor-24.png");
  3. }
  4. #torbutton-button[tbstatus="on"] {
  5.   list-style-image: url("chrome://torbutton/skin/tor-24.png");
  6. }
  7. #torbutton-button[tbstatus="off"] {
  8.   list-style-image: url("chrome://torbutton/skin/tor-24-red.png");
  9. }
  10. toolbar[iconsize="small"] #torbutton-button {
  11.   list-style-image: url("chrome://torbutton/skin/tor-16.png");
  12. }
  13. toolbar[iconsize="small"] #torbutton-button[tbstatus="on"] {
  14.   list-style-image: url("chrome://torbutton/skin/tor-16.png");
  15. }
  16. toolbar[iconsize="small"] #torbutton-button[tbstatus="off"] {
  17.   list-style-image: url("chrome://torbutton/skin/tor-16-red.png");
  18. }
  19.  
  20. #torbutton-panel {
  21.   list-style-image: url("chrome://torbutton/skin/tor-24.png");
  22. }
  23. #torbutton-panel[tbstatus="on"] {
  24.   list-style-image: url("chrome://torbutton/skin/tor-24.png");
  25. }
  26. #torbutton-panel[tbstatus="off"] {
  27.   list-style-image: url("chrome://torbutton/skin/tor-24-red.png");
  28. }
  29. toolbar[iconsize="small"] #torbutton-panel {
  30.   list-style-image: url("chrome://torbutton/skin/tor-16.png");
  31. }
  32. toolbar[iconsize="small"] #torbutton-panel[tbstatus="on"] {
  33.   list-style-image: url("chrome://torbutton/skin/tor-16.png");
  34. }
  35. toolbar[iconsize="small"] #torbutton-panel[tbstatus="off"] {
  36.   list-style-image: url("chrome://torbutton/skin/tor-16-red.png");
  37. }
  38.  
  39. #torbutton-button-tb {
  40.   list-style-image: url("chrome://torbutton/skin/tor-24.png");
  41. }
  42. #torbutton-button-tb[tbstatus="on"] {
  43.   list-style-image: url("chrome://torbutton/skin/tor-24.png");
  44. }
  45. #torbutton-button-tb[tbstatus="off"] {
  46.   list-style-image: url("chrome://torbutton/skin/tor-24-red.png");
  47. }
  48. toolbar[iconsize="small"] #torbutton-button-tb {
  49.   list-style-image: url("chrome://torbutton/skin/tor-16.png");
  50. }
  51. toolbar[iconsize="small"] #torbutton-button-tb[tbstatus="on"] {
  52.   list-style-image: url("chrome://torbutton/skin/tor-16.png");
  53. }
  54. toolbar[iconsize="small"] #torbutton-button-tb[tbstatus="off"] {
  55.   list-style-image: url("chrome://torbutton/skin/tor-16-red.png");
  56. }
  57.  
  58. #torbutton-button-tb-msg {
  59.   list-style-image: url("chrome://torbutton/skin/tor-24.png");
  60. }
  61. #torbutton-button-tb-msg[tbstatus="on"] {
  62.   list-style-image: url("chrome://torbutton/skin/tor-24.png");
  63. }
  64. #torbutton-button-tb-msg[tbstatus="off"] {
  65.   list-style-image: url("chrome://torbutton/skin/tor-24-red.png");
  66. }
  67. toolbar[iconsize="small"] #torbutton-button-tb-msg {
  68.   list-style-image: url("chrome://torbutton/skin/tor-16.png");
  69. }
  70. toolbar[iconsize="small"] #torbutton-button-tb-msg[tbstatus="on"] {
  71.   list-style-image: url("chrome://torbutton/skin/tor-16.png");
  72. }
  73. toolbar[iconsize="small"] #torbutton-button-tb-msg[tbstatus="off"] {
  74.   list-style-image: url("chrome://torbutton/skin/tor-16-red.png");
  75. }
  76.